-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add drupal check dependency #181
Conversation
…onflict with Phing dependencies anymore.
… add it as a composer dependency.
37229f7
to
f34f69c
Compare
…get updated composer dependencies.
f34f69c
to
c13bc2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@becw Thanks for those updated notes -- that all makes sense! Unfortunately, when I run through the testing instructions, I'm seeing the following errors:
That seems to relate to this command: <exec command="${drupal-check.command}" logoutput="true" checkreturn="true" />
, but it also seems to relate to some bad formatting that drupal-check
itself doesn't expect. Any ideas?
@becw I'm trying this on the project I am currently resourced to and will report back. I am going to try with |
This is working on my current project. There, I updated the CircleCI config, build config, and |
@becw I also ran through the testing steps for a new project and didn't have the same error as @eric-schmidt.
|
@eric-schmidt what version of PHP are you using on your host? |
@eric-schmidt @becw I added this to an existing project, and although I had to change my |
When using this on an existing project, I encountered the following error:
Once I added the dependency, |
@becw I added |
The skeleton now installs version 3.0.4 of |
@becw @eric-schmidt are we ready to merge this yet? |
Add mglaman/drupal-check as a dependency, since Phing dependencies no longer conflict with drupal-check dependencies. This means that we no longer have to do gymnastics around finding the location of the drupal-check bin on whatever system we're running on (localhost, ddev, vagrant, circleci).
To test: